C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method

In This Topic
GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetTargetIndexPathForMoveOfItemFromOriginalIndexPath( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal originalIndexPath As Foundation.NSIndexPath, _
   ByVal currentIndexPath As Foundation.NSIndexPath, _
   ByVal proposedIndexPath As Foundation.NSIndexPath _
) As Foundation.NSIndexPath
 

Parameters

collectionView
originalIndexPath
currentIndexPath
proposedIndexPath
See Also